home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in</name>
- <id>-1</id>
- <cardCount>6</cardCount>
- <cardID>2983</cardID>
- <listID>6116</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>352</height>
- </cardSize>
- <script>on openStack
- global timezone, zfactor, IDcard
- hide menuBar
- hide message
- put card field "Call" of card "Radio Set Up" into call
- if call is empty then
- ask "Please enter your call"
- put it into card field "Call"
- put it into call
- end if
- put word 1 of card field "Time Zone" ¬
- of card "Radio Set Up" into timezone
- if timezone is empty then
- ask "Please enter your time zone." with "UTC"
- put it into timezone
- put it into card field "Time Zone"
- end if
- put the date && timezone into card field "Local Date"
- put the date && "UTC" into card field "Zulu Date"
- end openStack
-
- on time_setup
- global timezone, zfactor
-
- if timezone is "BST" then
- put 1*60*60 into zfactor
- exit time_setup
- end if
- if timezone is "UTC" then
- put 0*60*60 into zfactor
- exit time_setup
- end if
- if timezone is "ECT" then
- put 1*60*60 into zfactor
- exit time_setup
- end if
- if timezone is "EST" then
- put 2*60*60 into zfactor
- exit time_setup
- else
- answer "Please edit stack script to include your time zone"
- end if
- end time_setup
-
-
-
-
-
- </script>
- <background id="2782" file="background_2782.xml" name="Main Card" />
- <card id="2983" file="card_2983.xml" marked="false" name="Radio Set Up" owner="2782" />
- <card id="3297" file="card_3297.xml" marked="false" name="" owner="2782" />
- <card id="3782" file="card_3782.xml" marked="false" name="" owner="2782" />
- <card id="4282" file="card_4282.xml" marked="false" name="Signal Reporting" owner="2782" />
- <card id="4017" file="card_4017.xml" marked="false" name="" owner="2782" />
- <card id="4984" file="card_4984.xml" marked="false" name="" owner="2782" />
- </stack>
-